home *** CD-ROM | disk | FTP | other *** search
- Path: selway.umt.edu!eddy92
- From: eddy92@selway.umt.edu (Ho Hsin)
- Newsgroups: comp.lang.c++
- Subject: 'new' & 'delete' memory management
- Date: 26 Mar 1996 06:03:58 GMT
- Organization: University of Montana
- Message-ID: <4j81ce$ivk@umt.umt.edu>
- NNTP-Posting-Host: selway.umt.edu
- X-Newsreader: TIN [version 1.2 PL2]
-
- Hi there, got a few questions here about C++ implementations of new and
- delete.
- 1) How do new and delete manage memory at a low level (ie. the internal
- working of new and delete.)
-
- 2) Does it coalesce small blocks of memory after delete to prevent
- fragmentations? How does it do it (ie. algorithm) ?
-
- 3) Page or virtual memory is handled by the OS of the system. I would
- like to know how is memory manage within a page?
-
- Please email to eddy92@cs.umt.edu
-
- Thanks a whole bunch in advance :)
-
-